home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000353_jaltman@watsun.cc.columbia.edu_Tue Feb 5 09:19:46 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  84 lines

  1. Article: 13194 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: VMS savesets to VMS/C-kermit via MSkermit on Win98?
  6. Date: 5 Feb 2002 13:29:07 GMT
  7. Organization: Columbia University
  8. Lines: 67
  9. Message-ID: <a3omn3$m5i$1@newsmaster.cc.columbia.edu>
  10. References: <d0e744c9.0202041757.137103b3@posting.google.com> <a3nk2e$soo$1@newsmaster.cc.columbia.edu> <d0e744c9.0202042222.6a0cf04@posting.google.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1012915747 22706 128.59.39.2 (5 Feb 2002 13:29:07 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 5 Feb 2002 13:29:07 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13194
  16.  
  17. The desire to be able to have simple method for transfering files is 
  18. nice but you need to have some form of workable connection to transfer
  19. those files across.  Today that means you need to be able to support:
  20.  
  21.  . plug n play serial ports on Windows (MS-DOS Kermit does not)
  22.  . WinModems on Windows (MS-DOS Kermit does not)
  23.  . The native TCP/IP stack (MS-DOS Kermit does not)
  24.  . a variety of TCP/IP networking protocols including but not
  25.    limited to Telnet, Rlogin, FTP, and SSH.  But then, what good are
  26.    these protocols over the internet if they are not secure?
  27.  . On a non-Unix system you then need solid terminal emulation
  28.  . Automation of these sessions requires a robust integrated 
  29.    scripting language
  30.  . And cross platform transfers requires a method for detecting
  31.    and switching automatically between text and binary file formats
  32.    as well as an ability to convert between character sets
  33.  
  34. With all that you end up with Kermit 95.  Its not a question of not
  35. wanting to be small but the requirements for a file transfer program
  36. have grown significantly since 1980.
  37.  
  38. As for the issues between MS-DOS Kermit and VMS C-Kermit.  Your
  39. description implied a communication failure between the Windows 98
  40. and VMS systems.  MS-DOS Kermit is not a native Windows application
  41. and cannot work well in plug n play environments.  However, if you
  42. problem is not communication related then it is most likely caused
  43. by the use of an very old version of MS-DOS Kermit that may have a 
  44. bug that prevents the use of some of the Kermit Protocol extensions
  45. found in modern C-Kermit implementations.  Or it could simply be
  46. that the new defaults in C-Kermit 8.0 which choose speed over safety
  47. are overloading your communication line.  Try the ROBUST command
  48. in C-Kermit.
  49.  
  50.  
  51.   
  52.  
  53. In article <d0e744c9.0202042222.6a0cf04@posting.google.com>,
  54. Lee Roth <leeroth@my-deja.com> wrote:
  55. : Well Jeffery, Kermit 95 won't be what I use. This is a one-time only
  56. : effort for a hobby VMS system - once I have TCP/IP going I won't need
  57. : Kermit and I'm sure not going to pay $64 for a one-shot deal. I'm not
  58. : upset, I just am not going to spend that kind of money to transfer 4
  59. : files.
  60. : I recall when Kermit didn't try to be all of the stuff mentioned on
  61. : the web page... just a simple way to get some minimal files from one
  62. : system to another.
  63. : My how times have changed. If I want a full-featured telnet client
  64. : I'll opt for CRT/SecureCRT at http://www.vandyke.com instead.
  65. : I will keep working on a Z-modem solution, or a UUENCODE/UUDECODE. I
  66. : haven't found a 'hex creator' for the Win98 end or I'd try that and
  67. : ship over the ASCII to be 'dehexed'.
  68. : I will also quit trying to use C-Kermit on the VAX end and go back to
  69. : VMS Kermit32 which had no trouble talking to MS-Kermit. Dumb old me
  70. : thought "any kermit would talk to any other kermit" but I guess that
  71. : is just an old fashioned notion.
  72. : Lee Roth
  73.  
  74.  
  75.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 available now!!!
  76.  The Kermit Project @ Columbia University   includes Telnet, FTP and HTTP
  77.  http://www.kermit-project.org/             secured with Kerberos, SRP, and 
  78.  kermit-support@columbia.edu                OpenSSL. Interfaces with OpenSSH
  79.